-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sats Connect kit #87
Sats Connect kit #87
Conversation
README.md
Outdated
|
||
### import | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```ts |
README.md
Outdated
|
||
### Connect Wallet | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```ts |
README.md
Outdated
const response = await Wallet.request('getAccounts', { | ||
purposes: [ | ||
AddressPurpose.Payment, | ||
AddressPurpose.Ordinals, | ||
AddressPurpose.Stacks | ||
], | ||
message: 'Cool app wants to know your addresses!' | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prettier can format this if ```ts is set above, does it work?
README.md
Outdated
``` | ||
### Request a wallet action | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```ts |
README.md
Outdated
|
||
### Disconnect Wallet | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```ts |
|
@sats-connect/core
@sats-connect/ui